home *** CD-ROM | disk | FTP | other *** search
/ MacWorld Secrets (3rd Edition) / Macworld Bonus CD, 6:96.iso / SECRETS Software Sampler / Zterm 1.0.1 / ZTerm 1.0.1 Release Notes < prev    next >
Text File  |  1995-12-20  |  4KB  |  73 lines

  1. ZTerm 1.0.1  Release Notes - 20 Oct 95
  2.  
  3.  
  4. - Changes since 1.0b3
  5.  
  6. Handle JIS encoding (receive only) for Japanese text.
  7. Added Send Modem Init command to Misc menu.
  8. When cancelling a ZModem download, stop displaying data until they stop sending.
  9. Downloading in the background should work better.
  10.  
  11. Fixed font usage in Print Selection.
  12. Fixed problem with AutoOpen.
  13. Allow keyboard sequences to be sent normal even when Wait for Echo pacing is on.
  14. Handle the -15128 error on PCI Macs.
  15.  
  16. - Changes since 1.0b2
  17.  
  18. Fixed problem on PowerMacs that don't have the Drag Manager installed.
  19. Fixed the 115200 code for machines with DMA serial driver.
  20. Fixed problem when default service (Local) is deleted.
  21. Added "quit" script command.
  22. Fixed stopping of Ascii Send and the menu text.
  23. Fixed Enter key on powerbooks.
  24. Fixed some of the Help balloons for Kermit menu items.
  25.  
  26.  
  27.  
  28. - Major changes
  29.  
  30. Fat Binary - ZTerm application has both 680x0 and PowerPC code.
  31.  
  32. Kermit - supports long packets, but not windowing mode
  33.  
  34. 16 color ANSI - colors can be set in Color Preferences
  35.  
  36. Dynamic scroll bar - text scrolls as you drag the scroll "thumb"
  37.  
  38. Drag Manager support - If you have the Drag Manager installed, you can drag text into or out of the main ZTerm window.  Dragging text into ZTerm is equivalent to pasting that text.
  39.  
  40. Downloading more  reliable when ZTerm is not the front application
  41.  
  42. Scripts can be located in a Scripts folder in the ZTerm folder; aliases work
  43.  
  44. AutoOpen folder - (System 7 or later) allows you to set up applications to be launched when certain file types are downloaded.  When a file download completes, ZTerm looks in the AutoOpen folder for an alias that matches the file type (4 character code) or the files extension ( like .doc, but leave off the period).  The alias should be an application that can open the given type of file.  For example, if you want .HQX files to be processed after they are downloaded, you could make an alias to Stuffit Expander and name the alias "HQX" and place the alias in a folder called AutoOpen inside the ZTerm folder.
  45.  
  46. Font selection - you can now choose a specific font to be used for each service, in the Terminal settings dialog.  Terminal emulation works best with fixed width fonts, so you may get unexpected results if you select a proportional font.  There is still some work to be done to properly handle two byte fonts like Japanese and Chinese.
  47.  
  48. Higher data rates on AV and PowerMac models - on the builtin serial ports on these models, speeds of 115200 and 230400 can be selected.  This uses undocumented, unsupported functions in the DMA Serial driver.
  49.  
  50. 14400 and 28800 speeds added.  In most cases, you will want to use a faster speed, like 38400, to make best use of the modem's compression capabilities.  Also, note that not all modems support these interface (DTE) speeds.  Some 14400 modems may not support a 14400 interface speed.
  51.  
  52. Default serial buffer size increased from 4k to 16k.  If you used ResEdit to change this buffer  size to larger than 4k, your setting will not be changed.
  53.  
  54. Command-UpArrow will do a PageUp in the scroll buffer; Command-DownArrow is a PageDown.  These are handled on a PowerBook or non-Extended keyboard.
  55.  
  56.  
  57. Scripting - just a few minor additions.  The wait for prompt command will now look on the previous line if the cursor is in one of the first few positions on the line.  Also:
  58. send break [duration] - to send a break signal
  59. quit - causes ZTerm to quit
  60. $hh_mm - (built in variable) gives the time in hh_mm format, can be used in building unique file names (eg, to make a unique capture file name).  The $time variable is in hh:mm format, and a colon isn't good to use in a filename, unless you are specifying a path.
  61. $phone - (built in variable) gives the phone number of the current service
  62.  
  63.  
  64.  
  65. To upgrade from an earlier version
  66.  
  67. Only minor changes have been made to the ZPhoneList format, so this version will read phone list files from earlier versions.  You may want to make a copy of your ZPhoneList file before you start using the new version, in case you need to revert to the older version.
  68.  
  69.  
  70.  
  71.  
  72.  
  73.